home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / General.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-12-13  |  3.0 KB  |  160 lines

  1. body
  2. {
  3.     font-family:"Lucida Grande", Tahoma, Hei, sans-serif;
  4.     font-size:12px;
  5.     margin:0 0 0 0;
  6.     padding:0 0 0 0;
  7.     background:url(/img/App_GUI/BundleCover/System_Header_BG.jpg) top repeat-x #1f1f1f;
  8.     
  9.     text-align:center;
  10. }
  11. body form
  12. {
  13.     margin:0 0 0 0;
  14.     padding:0 0 0 0;
  15. }
  16.  
  17. img{border:0px}
  18.  
  19. a:link,a:visited{color:#c7c7c7;}
  20. a:hover{text-decoration: underline; color:#fff;}
  21. a:active{text-decoration: underline; color:#f00;}
  22.  
  23. a.Dark:link, a.Dark:visited{text-decoration: none;color:#333;}
  24. a.Dark:hover{text-decoration: underline; color:#000;}
  25. a.Dark:active{text-decoration: underline; color:#f00;}
  26.  
  27. a.White:link, a.White:visited {text-decoration: none;color:#eee;}
  28. a.White:hover{text-decoration: underline; color:#fff;}
  29. a.White:active{text-decoration: underline; color:#f0f0f0;}
  30.  
  31. a.Grey:link, a.Grey:visited{text-decoration: none;color:#666;}
  32. a.Grey:hover{text-decoration: underline; color:#000;}
  33. a.Grey:active{text-decoration: underline; color:#f00;}
  34.  
  35. a.Red:link, a.Red:visited{text-decoration: underline;color:#A61C3D;}
  36. a.Red:hover{text-decoration: underline; color:#F00;}
  37. a.Red:active{text-decoration: underline; color:#666;}
  38.  
  39. a.Blue:link, a.Blue:visited{text-decoration: underline;color:#36f;}
  40. a.Blue:hover{text-decoration: underline; color:#036;}
  41. a.Blue:active{text-decoration: underline; color:#f00;}
  42.  
  43. #Container
  44. {
  45.     position:relative;
  46.     width:1000px;
  47.     margin-left:auto;
  48.     margin-right:auto;
  49.  
  50.     text-align:left;
  51.     width:1000px;
  52.     
  53.     voice-family: "\"}\"";
  54.     voice-family:inherit;
  55.     width:1000px;
  56. }
  57.  
  58. #TopLayer
  59. {
  60.     float:left;
  61.     margin:0 0 0 0;
  62.     width:1000px;
  63.     height:110px;
  64.     color:#fff;
  65.     background:url(/img/App_GUI/BundleCover/System_Header.jpg) no-repeat right top;
  66. }
  67.  
  68. #CopyRight
  69. {
  70.     float:left;
  71.     display:none;
  72.     width:100%;
  73.     height:40px !important;
  74.     height:45px;
  75.     padding-top:5px;
  76.     margin:10px 0 0 0;
  77.     line-height:20px;
  78.     border-top:1px solid #666;    
  79.     font-weight:bold;
  80.     font-family:Tahoma, SimSun, sans-serif;
  81.     color:#ccc;
  82.     font-size:12px;
  83.     text-align:right;
  84.     color:#ddd;
  85.     background:url(/img/App_GUI/BundleCover/System_Footer.jpg) repeat-x;
  86. }
  87.  
  88. a.CopyrightLink:link, a.CopyrightLink:visited
  89. {
  90.     font-size:12px;
  91.     color:#ddd;
  92.     text-decoration:none;
  93. }
  94.  
  95. a.CopyrightLink:hover{color:#fff; text-decoration:underline;}
  96.  
  97. .Avatar
  98. {
  99.     border:1px solid #888;
  100.     width:227px;
  101.     height:150px;
  102. }
  103.  
  104. .ProgressBar_BG
  105. {
  106.     float:left;
  107.     clear:left;
  108.     width:700px;
  109.     height:20px;
  110.     margin:0 0 0 20px;
  111.     background:url(/img/App_GUI/Misc/indicator.gif) no-repeat left;
  112. }
  113.  
  114. /* Language Supports */
  115. .LanguageSelector
  116. {
  117.     float:left;
  118.     width:225px;
  119.     background:#fff;
  120.     border:1px solid #555;
  121. }
  122.  
  123. .LanguageItem
  124. {
  125.     float:left;
  126.     margin:0 0 1px 0;
  127.     width:225px;
  128.     height:30px;
  129.     background:#ffc;
  130.     border-bottom:1px solid #ccc;
  131. }
  132.  
  133. .LanguageRadio
  134. {
  135.     float:left;
  136.     margin:10px 5px 0 10px;
  137. }
  138.  
  139. .LanguagePict
  140. {
  141.     float:right;
  142.     width:170px;
  143.     height:30px;
  144.     border-left:2px solid #888;
  145. }
  146.  
  147. a.UpdatedLink:link, a.UpdatedLink:visited
  148. {
  149.     color:#555;
  150.     padding-left:20px;
  151.     background:url(/img/vClipper/PageReference.gif) left center no-repeat;
  152. }
  153.  
  154. a.UpdatedLink:hover
  155. {
  156.  
  157.     /* background-color:#26c; */
  158.     color:#26c;
  159.     
  160. }